home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 September / PCWorld_2001-09_cd.bin / Software / Topware / xnview / XnView-win-full.exe / {app} / Usage.txt < prev    next >
Text File  |  2001-05-29  |  6KB  |  193 lines

  1.                        Nview, Nconvert & View2 v3.00
  2.                               XnView v1.20
  3.  
  4.                    Copyright (c) 1991-2001 Pierre-E Gougelet
  5.                            All Rights Reserved.
  6.  
  7.  
  8.  
  9. NVIEW
  10. =====
  11.  
  12. Nview is a multi-format image viewer. 
  13.  
  14.   Type nview -help for available options. 
  15.  
  16.  
  17. About Nview for PC under DOS:
  18. -----------------------------
  19.  
  20.   Nview is VESA compatible and works in 8,15,16 bits and truecolor mode.
  21.     The only mode available is 320x200x8 if your video card doesn't 
  22.     support Vesa mode. 
  23.   
  24.   For a complete description of the available modes on the display, type
  25.     nview -help (and use it with -d option's)
  26.   
  27.   For example with my Diamond S3 864, "nview -d3 back.gif" use the 640x480x15 display.
  28.   
  29.   With the -p<width>x<height>x<bits>, you take the best display that matches the arguments. 
  30.     (Example: nview -p640x480x24 back.gif)
  31.     -p0x0x0 choose the best display for the bitmap. 
  32.  
  33.  
  34. About Nview for X Windows:
  35. --------------------------------------
  36.  
  37.   Nview displays bitmaps on the default visual. You can use 
  38.     -visual id (id is the visual number seeing with nview -help).
  39.   
  40.   By default, Nview display the bitmap and wait for a mouse click or the Escape key. 
  41.     With the -w option, Nview create one window per bitmap. 
  42.  
  43.   Nview works with pipe, in this case the input format must be specified: 
  44.     cat img.tga | nview -f2 stdin
  45.  
  46.  
  47. NCONVERT
  48. ========
  49.  
  50. Nconvert is the multi-format image converter. 
  51.  
  52.   Type nconvert -help for available options. 
  53.  
  54.  
  55.   To convert files to a specific format, type for example :
  56.       nconvert -out 5 file1.pic file2.jpg file3.tga
  57.     or
  58.       nconvert -out tiff file1.pic file2.jpg file3.tga
  59.   
  60.   With a resize :
  61.       nconvert -out jpeg -ratio -resize 480 0 *.jpg
  62.       nconvert -out jpeg -resize 640 480 *.jpg
  63.   
  64.   The input format is not necessary. If a problem occurs, use the -in option. 
  65.   
  66.   Nconvert is able to transform images while converting:
  67.  
  68.     * To convert GIF files to JPEG files : 
  69.         nconvert -out jpeg -truecolors *.gif
  70.     
  71.     * To convert JPEG files to GIF files : 
  72.         nconvert -out gif -dither -colors 256 *.jpeg
  73.     
  74.     * To resize :
  75.         nconvert -out tga -resize 510 230 *.jpeg
  76.         nconvert -out tga -ratio -resize 510 0 *.jpeg
  77.         nconvert -out tga -ratio -resize 0 510 *.jpeg
  78.         nconvert -out tga -resize 200% 200% *.jpeg
  79.     
  80.   You can use it with images sequences. 
  81.     For example, to convert the files file00.pic, file01.pic, ..., file10.pic and 
  82.       we convert to jpeg format with the name pattern res0.jpg, res1.jpg, ... type :
  83.         nconvert -out jpeg -o res#.jpg file##.pic
  84.  
  85.   You can use % to specify source filename in dest filename.
  86.     For example, nconvert -out jpeg -o result_%.jpg file.tga
  87.       creates a file named result_file.jpg
  88.  
  89.  
  90. XnView (Extended Nview)
  91. =======================
  92.  
  93. About XnView for X Windows:
  94. ---------------------------
  95.  
  96.   XnView requires OSF/Motif 1.2 or later. 
  97.   
  98.   Type xnview -help for available options. 
  99.   
  100.   XnView displays bitmaps on the default visual. You can specify 
  101.     an X visual id (in hexadecimal) with '-visualid id'.
  102.   
  103.   
  104.   Linux/FreeBSD/OpenBSD Version:
  105.   -----------------------------
  106.   
  107.     XnView requires Linux 2.0.x, XFree86-3.2 and Lesstif v0.91 or openMotif v2.1.30
  108.     
  109.     openMotif is available from the following URL's :
  110.  
  111.       ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/
  112.     
  113.     Lesstif is available from the following URL's
  114.  
  115.     http://www.lesstif.org/products/lesstif/
  116.     ftp://ftp.lesstif.org/pub/hungry/lesstif/bindist
  117.  
  118.  
  119.   Credits:
  120.   -------
  121.     Solaris version : Tobias Oetiker
  122.     HP-UX version   : Philippe Choquert
  123.     AIX version     : Philippe Choquert
  124.  
  125.  
  126. About XnView for Windows (x86):
  127. -------------------------------
  128.  
  129.   XnView for windows requires Windows 3.x with Win32s, or Windows 95/98/Me/NT/2000. 
  130.  
  131.  
  132.   Windows 3.1x users note:
  133.   -----------------------
  134.     You'll need the latest release of win32s for Microsoft Windows 3.1x 
  135.       and Windows for Workgroup 3.1x. 
  136.  
  137.     If there is a file called 'win32s.ini' in the directory \windows\system, 
  138.       you already have win32s. This file contains the version information. 
  139.       If the version number is equal or greater than 1.30.172 (v1.30c), 
  140.       you don't have to reinstall win32s. 
  141.  
  142.     Win32s v1.30c can be downloaded via 
  143.       ftp://ftp.rmc.edu/pub/windows16/win32s13.exe
  144.  
  145.   
  146.   Credits:
  147.   -------
  148.     German translation       : Axel C. Burgbacher, Helmut Mueller
  149.     Italian translation      : Alexandro F.Proietti, Armando R. La Mura
  150.     Russian translation      : Igor Alikin, Alexander Gorbylev
  151.     Spanish translation      : Jorge A. Montes PΘrez
  152.     Swedish translation      : Mσrten Mellberg
  153.     Estonian translation     : Ahti Kaskpeit
  154.     Dutch translation        : Michiel Oosterhagen
  155.     Czech translation        : Petr Bohdan
  156.     Portuguese (Brazilian) translation : Paulo Neto
  157.     Portuguese translation   : Ant≤nio Eduardo Marques
  158.     Hungarian translation    : Jozsef Herczeg
  159.     Danish translation       : Allan Bergmann Jensen
  160.     Polish translation       : Sergiusz Klimkiewicz
  161.     Greek translation        : Symeon Charalabides
  162.     Bulgarian translation    : Denis Ivajlov
  163.     Slovak translation       : Lucas Sivak
  164.     Japanese translation     : Yong Wei, Motomatsu Nobuhiro
  165.     Slovene translation      : Grega Fajdiga
  166.     Byelorussian translation : Alexander Gorbylev
  167.     Arabic translation       : Mohammad Deeb
  168.     Ukrainian translation    : Taras Domansky
  169.     Chinese simplified translation  : Alexander Yang, Roy Yao
  170.     Chinese traditional translation : Alexander Yang
  171.     Romanian translation     : Ioan Russu
  172.     Korean translation       : Kim Wooyoung
  173.     Catalan translation      : Jes·s Corrius
  174.     Finish translation       : Jouni Paulus
  175.     Norwegian translation    : Lillian Solum
  176.     Galician translation     : Fernando Coello
  177.  
  178.     Beta-tester              : Claude Charries, Pierre Kueny, Michael O'Leary, Laurent Olivares
  179.  
  180.  
  181. About Unix version:
  182. ------------------
  183.  
  184.   You will need to set the 
  185.     * LD_LIBRARY_PATH (Irix, Linux, FreeBSD) 
  186.     * SHLIB_PATH (HP-UX)
  187.     * LIBPATH (AIX)
  188.     * LIBRARY_PATH (BeOS)
  189.     environment variable with the path where the libraries are. 
  190.  
  191.   By default 'install' puts the libraries in /usr/local/lib. 
  192.  
  193.